home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00244_Bacchus is already here.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
330 b
|
11 lines
on exitFrame
bacchusSlot = patronInSlot(#BC)
if bacchusSlot = 0 then
debugAlert("Something is wrong. Bacchus was allegedly here, but now he can't be found")
go("Bacchus")
else
sendSprite(sprite(barSlotToSprite(bacchusSlot)), #playAnim, #greetC, #greeting, #heavenGreetDone)
go("WaitForBacchus")
end if
end